GoDiagram Win Reference
SplitIntoSubNetworks<G> Method

Modify this network by splitting it up into separate subnetworks, each of which has all of its nodes connected to each other, but not to any nodes in any other subnetworks.
Syntax
'Declaration
 
Public Function SplitIntoSubNetworks(Of G As {New, GoLayoutGenericNetwork(Of N,L,Y)})() As IEnumerator(Of G)
public IEnumerator<G> SplitIntoSubNetworks<G>()
where G: new(), GoLayoutGenericNetwork<N,L,Y>

Type Parameters

G

Return Value

An IEnumerator of networks, sorted in order of decreasing NodeCount.
Remarks
This method will first delete from this network all artifical nodes and all links that do not connect two different nodes. Afterwards, this original network may be empty or may contain all of the singleton GoLayoutGenericNetwork.Node<N,L,Y>s, each of which had no GoLayoutGenericNetwork.Link<N,L,Y>s connecting it to any other nodes.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoLayoutGenericNetwork<N,L,Y> Class
GoLayoutGenericNetwork<N,L,Y> Members

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback